home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form2
- Caption = "Formula One Timing Project"
- ClientHeight = 6795
- ClientLeft = 3960
- ClientTop = 1800
- ClientWidth = 5160
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 7260
- Left = 3870
- LinkTopic = "Form2"
- ScaleHeight = 6795
- ScaleWidth = 5160
- Top = 1425
- Width = 5340
- Begin VB.CommandButton Command2
- Caption = "Print"
- Height = 375
- Left = 240
- TabIndex = 1
- Top = 6240
- Width = 1575
- End
- Begin VB.CommandButton Command1
- Caption = "Exit"
- Height = 375
- Left = 2040
- TabIndex = 0
- Top = 6240
- Width = 1575
- End
- Begin VCIF1Lib.F1Book ResultSheet
- Height = 6075
- Left = 60
- TabIndex = 2
- Top = 60
- Width = 4995
- _version = 65536
- _extentx = 8811
- _extenty = 10716
- _stockprops = 96
- borderstyle = 1
- tablename = "F1Book1"
- appname = ""
- filename = "FOTime2.frx":0000
- End
- Attribute VB_Name = "Form2"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Form2.Hide
- Form1.Show
- End Sub
- Private Sub Command2_Click()
- Form2.ResultSheet.FilePrint True
- End Sub
-